Get
Function
This API is used to get parameter for Network > Cloud Service .
Request Message
None.
Sampel:
POST /API/NetworkConfig/CloudService/Get HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
See Network > Cloud Service > Range > Parameter Description >Table 1 for parameter descriptions
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {
"region": "CeShi",
"cloud_switch": true,
"privacy_clause_switch": true
}
}
Error Code
See Response Messages Body and Common error_code for more information.